{% include 'structure/header.html' %} {% include 'structure/navbar.html' %} SSB Users Directory Following the blockchain principles, every single one of our users is published here, with their balances. Username Balance {% for user in users %} {{ user.username }} {{ user.balance }} $ {% endfor %} {% include 'structure/footer.html' %}